header {
    width: 100%;
    height: 140px;
    margin: 0 auto;
}

.main {
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 内页 pdf文件 */

#sjkx {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

#sjkx embed {
    width: 100%;
    height: 700px;
    background-color: #fff;
}

#sjkx embed body {
    background-color: #fff;
}



/* 分享 */
.bsTop {
    width: 100% !important;
}

.bsFrameDiv>div {
    width: 100% !important;
}

.bsFrameDiv>div img {
    margin: 15px !important;
}

#bsWXBox {
    height: auto !important;
}


.h_top {
    height: 30px;
}

.h_top .ha_ {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.h_top a,
.h_top .h_t0,
.h_top h1 {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 30px;
}

.h_top h1 {
    float: left;
}

.h_top b {
    font: bold 14px/30px 'Arial';
}

.h_top .ha_ span {
    display: block;
    width: 2px;
    height: 12px;
    line-height: 30px;
    background-color: #8e8e8e;
    margin: 0 10px;
}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 110px;
}

header ul .active,
header ul li:hover {
    background-image: linear-gradient(to top, #f6d5d7 0%, #faeaeb 15%, #fdf7f7 25%, #fff 40%, #fff 100%);
    transition: all .8s;
}

header ul .logo:hover {
    background: none;
}

header ul .active::after,
header ul li:hover::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c6000b;
    transition: all .8s;
}

header ul li>a {
    display: block;
    font-size: 16px;
    line-height: 110px;
    padding: 0 20px;
}

header ul .active>a,
header ul li:hover>a {
    color: #c6000b;
    transition: all .8s;
}

header ul .logo:hover::after {
    display: none;
}

header ul .logo a {
    line-height: normal;
    padding: 0 0;
}

header ul .logo {
    width: 200px;
    height: auto;
    position: relative;
}

header ul .logo a {
    display: block;
    position: absolute;
    top: -135px;
    /* background: url(../esimg/yuan.png) no-repeat center 10px; */
    z-index: 100;
}

header ul .logo a img {
    width: 100%;
}

header ul .logo .logo_y {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -160px;
    z-index: 10;
    box-shadow: 0px 14px 10px -15px rgba(0, 0, 0, 0.1);
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner .swiper1 {
    position: relative;
}

.banner .swiper1 .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.banner .swiper1 .swiper-slide>a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.banner .swiper1 .swiper-slide img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 6%;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: url(../esimg/banner_bt.jpg.png) no-repeat;
    background-size: 100% 100%;
}

.bread {
    display: flex;
}

.bread p,
.bread a {
    font-size: 12px;
    line-height: 40px;
    color: #666;
    transition: all .5s;
}

.bread a {
    margin: 0 18px;
}

.bread a:hover {
    color: #c6000b;
    transition: all .5s;
}

.title_a {
    margin-top: 60px;
    align-items: flex-end;
}

.title_1 .title_img {
    display: flex;
    align-items: center;
}

.title_1 .title_img img {
    margin-right: 14px;
}

.title_1 p {
    font: bold 18px/48px 'Arial';
}

.title_1 b {
    font: bold 28px/1 '微软雅黑';
}

.title_2 a {
    margin-left: 10px;
    font-size: 14px;
    transition: all .5s;
    cursor: pointer;
}

.title_2 a:hover {
    color: #c6000b;
    transition: all .5s;
}

nav>ul {
    width: 966px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

nav>ul li {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #f7f8f9;
    text-align: center;
    transition: all .5s;
}

nav>ul li a,
nav>ul li p {
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}

nav>ul .active,
nav>ul li:hover {
    background-color: #c6000b;
    transition: all .5s;
}

nav>ul .active a,
nav>ul li:hover a,
nav>ul .active p,
nav>ul li:hover p {
    color: #fff;
}

.back {
    background-image: linear-gradient(to top, #f6f6f7, #fbfbfc, #fff);
    padding-bottom: 65px;
}

.back .arrow1 {
    position: relative;
}

.sw_2 {
    width: 1400px;
    padding: 10px 0;
    overflow: hidden;
}

.sw_2 .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
}

.sw_2 .swiper-slide {
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 36px;
    transition: all .8s;
}

.sw_2 .swiper-slide:hover {
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .1);
    transition: all .8s;
}

.sw_2 .swiper-slide i {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 20px 0;
}

.sw_2 .swiper-slide .rz {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #f7f8f9;
    transition: all .5s;
}

.sw_2 .swiper-slide:hover .rz {
    color: #fff;
    background-color: #c6000b;
    transition: all .5s;
}

/* 注意：当swiper中少于5个  添加sw_5类名 */

.sw_5 .swiper-slide {
    width: auto !important;
    padding: 36px 30px 0;
    margin: 0 15px;
}

.swiper-button-prev,
.swiper-button-next:focus {
    outline: none;
}

.arrow1 .next15,
.arrow1 .prev15,
.arrow1 .next14,
.arrow1 .prev14,
.arrow1 .next13,
.arrow1 .prev13,
.arrow1 .next12,
.arrow1 .prev12,
.arrow1 .next1,
.arrow1 .prev1 {
    background-size: 25%;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    border-radius: 50%;
    outline: none;
}

.arrow1 .prev15,
.arrow1 .prev14,
.arrow1 .prev13,
.arrow1 .prev12,
.arrow1 .prev1 {
    left: -15px;
}

.back .next15,
.back .next14,
.back .next13,
.back .next12,
.back .next1 {
    right: -15px;
}

.arrow1 .next15:hover,
.arrow1 .prev15:hover,
.arrow1 .next14:hover,
.arrow1 .prev14:hover,
.arrow1 .next13:hover,
.arrow1 .prev13:hover,
.arrow1 .next12:hover,
.arrow1 .prev12:hover,
.arrow1 .next1:hover,
.arrow1 .prev1:hover {
    background-color: #c6000b;
    transition: all .5s;
}

.team {
    margin-top: 50px;
}

.team ul li {
    width: 350px;
    height: 350px;
    padding: 36px 30px 36px 30px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    transition: all .8s;
    position: relative;
}

.team ul li:last-child {
    border-right: 1px solid #f0f0f0;
}

.team ul li b {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.team ul li b span {
    color: #c6000b;
}

.team ul li strong {
    font: bold 32px/1 'Arial';
    color: rgba(0, 0, 0, .1);
}

.team ul li p {
    font-size: 14px;
    height: 36px;
    color: #666;
    line-height: 35px;
    margin-bottom: 20px;
}

.team ul li>a {
    display: block;
    width: 280px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
}

.team ul li>a img {
    width: 100%;
    transition: all .5s;
}

.team ul li:hover {
    background: url(../esimg/back01.png) no-repeat;
    background-size: 100% 100%;
    transition: all .8s;
}

.team ul li:hover b span,
.team ul li:hover b {
    color: #fff;
}

.team ul li:hover p {
    color: #e9b8b9;
}

.team ul li:hover a img {
    transform: scale(1.1);
    transition: all .5s;
}

.team>img {
    width: 100%;
}

.title_2 .ph {
    margin-left: 10px;
}

.title_2 .ph p {
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.title_2 .ph b {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.flow h4 {
    text-align: center;
    font-size: 24px;
    color: #c6000b;
    font-weight: bold;
    line-height: 1;
    margin-top: 52px;
    margin-bottom: 17px;
}

.flow span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #eaeaea;
    margin: 0 auto;
}

.flow ul {
    margin-top: 34px;
    margin-bottom: 50px;
    align-items: baseline;
}

.flow ul .flow_i {
    /* width: 110px; */
}

.flow_i4 {
    background: url(../esimg/icon04.png) no-repeat center center;
}

.flow_i5 {
    background: url(../esimg/icon05.png) no-repeat center center;
}

.flow_i6 {
    background: url(../esimg/icon06.png) no-repeat center center;
}

.flow_i7 {
    background: url(../esimg/icon07.png) no-repeat center center;
}

.flow_i8 {
    background: url(../esimg/icon08.png) no-repeat center center;
}

.flow_i9 {
    background: url(../esimg/icon09.png) no-repeat center center;
}

.flow_i10 {
    background: url(../esimg/icon10.png) no-repeat center center;
}

.flow_i11 {
    background: url(../esimg/icon11.png) no-repeat center center;
}

.flow ul li p {
    text-align: center;
    font: 14px/52px '微软雅黑';
    color: #666;
}

.cultivate {
    width: 100%;
    overflow: hidden;
}

.cultivate img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.cooperate {
    margin-top: 40px;
}

.cooperate ul {
    flex-wrap: wrap;
}

.cooperate ul li {
    width: 200px;
    height: 90px;
    margin-right: 30px;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
    border-radius: 8px;
    /* display: flex; */
    position: relative;
}

.cooperate ul li img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.cooperate ul .coo_fr {
    margin-right: 0;
}

.about_back {
    background: url(../esimg/back03.png) no-repeat;
    background-size: 100% 100%;
    /* padding-top: 35px; */
    position: relative;
    padding-bottom: 140px;
    margin-bottom: 100px;
}

.about .ab_fl {
    width: 47%;
}

.about .ab_fl>h6 {
    font-size: 18px;
    line-height: 50px;
    margin-top: 30px;
}

.about .ab_fl>p {
    font-size: 14px;
    line-height: 25px;
}

.about .ab_fl .num_ {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 28px;
}

.ab_fl .num_ .num_01 {
    position: relative;
}

.ab_fl .num_ .num_01 span {
    font: bold 52px/65px 'Arial';
    color: #c6000b;
}

.ab_fl .num_ .num_01 sup {
    font-size: 14px;
    line-height: 1;
    color: #c6000b;
    position: absolute;
    top: 10px;
    right: -20px;
}

.ab_fl .num_ .num_01 sub {
    font-size: 14px;
    line-height: 1;
    color: #c6000b;
    position: absolute;
    top: 35px;
    right: -20px;
}

.ab_fl .num_ .num_01 .str {
    font-weight: bold;
    font-size: 20px;
}

.ab_fl .num_ .num_01 p {
    font-size: 14px;
    color: #666;
}

.ab_fr {
    width: 47%;
}

.about .ab_fr a {
    display: block;
    width: 672px;
    height: 378px;
    border-radius: 8px;
    overflow: hidden;
}

.about .ab_fr a img {
    width: 100%;
    transition: all .8s;
}

.about .ab_fr a img:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.about_back ul {
    height: 100px;
    border-radius: 50px;
    background-color: #c6000b;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-around;
}

.about_back ul li img {
    margin-right: 30px;
}

.about_back ul li b {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
}

.about_back ul li p {
    font: 300 16px/25px 'Arial';
    color: #fff;
    opacity: .6;
}

.title_1 b span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.book {
    width: 100%;
    position: relative;
}

.book .swiper3 {
    overflow: hidden;
    margin-top: 36px;
    margin-bottom: 60px;
}

.book .swiper3 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book .swiper3 .swiper-slide img {
    display: block;
    width: 220px;
}

.book .next2,
.book .prev2 {
    background-size: 25%;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    border-radius: 50%;
}

.book .next2:hover,
.book .prev2:hover {
    background-color: #c6000b;
    transition: all .5s;
}

.book .prev2 {
    left: -15px;
}

.book .next2 {
    right: -15px;
}

.book .swiper3 .swiper-slide i {
    line-height: 50px;
    font-size: 16px;
}

.news {
    background: url(../esimg/back04.png) no-repeat;
    padding-top: 62px;
    padding-bottom: 87px;
}

.news .title_a {
    margin-top: 0;
    position: relative;
}

.news .title_2 a,
.news .title_1 b,
.news .title_1 p {
    color: #fff;
    transition: all .5s;
}

.news .title_2 a:hover {
    color: #c6000b;
    transition: all .5s;
}

.news .title_a ul {
    display: flex;
    margin-right: 200px;
}

.news .title_a ul li {
    margin: 0 10px;
}

.news .title_a ul li p {
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.news .title_a ul li:hover,
.news .title_a ul .active {
    background-color: #c6000b;
    border-radius: 20px;
}

.news .title_2,
.news .title_a ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

.news_box {
    margin-top: 55px;
    display: none;
    transition: all .5s;
}

.news_active {
    display: flex;
}

.news_box li {
    width: 440px;
    border-radius: 6px;
}

.news_box .new_befer {
    background-color: #fff;
}


.news_box li>a {
    display: block;
    width: 440px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_box li>a img {
    width: 100%;
    transition: all .8s;
}

.news_box li>a img:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.news_box .new_befer b {
    font: bold 18px/37px '微软雅黑';
    padding: 0 40px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_box .new_befer p {
    font: 14px/30px '微软雅黑';
    margin-bottom: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 40px;
}

.news_box li .news_date {
    padding: 0 40px;
    padding-bottom: 24px;
}

.news_box li .news_date i {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.news_box .new_befer::after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #c6000b;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.news_box .new_l {
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_l .new_s {
    width: 100%;
    height: 165px;
    background-color: #fff;
    border-radius: 6px;
    padding-top: 37px;
    padding: 37px 40px 36px 40px;
    position: relative;
}

.new_l .new_s ._date {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    bottom: 36px;
    left: 0;
}

.new_l .new_s p {
    font: 16px/25px '微软雅黑';
    transition: all .5s;
}

.new_l .new_s i {
    font: 12px/15px 'Arial';
    color: #999;
}

.new_befer:hover .img_1,
.new_befer .img_2,
.new_l .new_s:hover .img_1,
.new_l .new_s .img_2 {
    display: none;
}

.new_befer:hover .img_2,
.new_l .new_s:hover .img_2 {
    display: block;
}

.new_l .new_s:hover p {
    color: #c6000b;
    transition: all .5s;
}

.new_l .new_s:hover::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #c6000b;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.make_ {
    border-bottom: 2px solid #c6000b;
}

.make {
    position: relative;
    padding-bottom: 76px;
}

.make .make_fl {
    position: absolute;
    left: -80px;
}

.make_fl {
    margin-top: 110px;
}

.make_fr {
    width: 56%;
    margin-top: 60px;
}

.make_fr form {
    margin-top: 30px;
}

.make_fr .inp {
    margin-bottom: 20px;
}

.make_fr .inp p {
    font-size: 14px;
    line-height: 40px;
}

.make_fr .inp p span {
    color: #c6000b;
    margin-right: 8px;
}

.make_fr .inp input {
    width: 370px;
    height: 40px;
    background-color: #f2f3f5;
    border-radius: 6px;
    text-indent: 12px;
    color: #000;
}

.make_fr .inp_radio {
    display: flex;
    align-items: center;
}

.make_fr .inp_radio input {
    width: auto;
}

.make_fr .inp_radio p {
    margin-right: 40px;
}

.make_fr .inp_radio label {
    margin-right: 66px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.make_fr .inp_radio input[type='radio'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.make_fr .inp_radio input[type='radio']+label::before {
    content: '';
    /* border: 1px solid #d5d5d5; */
    border: 1px solid #d5d5d5;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.make_fr .inp_radio input[type='radio']:checked+label::before {
    background-color: #c6000b;
    background-clip: content-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #d5d5d5;
}

.make_fr .inp_yzm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.make_fr .inp_yzm p {
    margin-right: -70px;
}

.make_fr .inp_yzm input {
    width: 240px;
}

.make_fr .inp_yzm button {
    width: 180px;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #c6000b;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.footer {
    background-color: #000;
    padding-top: 62px;
    padding-bottom: 42px;
}

.tel_text {
    margin-right: 110px;
}

.tel_text p {
    font-size: 14px;
    line-height: 1;
    color: #a6a6a6;
    margin-bottom: 10px;
}

.tel_text b {
    font: bold 28px/1 'Arial';
    color: #fff;
}

.footer_cen {
    margin-top: 32px;
}

.footer_cen .footer_u b {
    font-size: 14px;
    line-height: 48px;
    color: #fff;
}

.footer_cen .footer_u li a {
    color: #a6a6a6;
    font-size: 12px;
    line-height: 33px;
    transition: all .3s;
}

.footer_cen .footer_u li a:hover {
    color: #c6000b;
    transition: all .3s;
}

.footer_cen .footer_u {
    margin-right: 100px;
}

.footer_cen .qr_ {
    color: #bfc0c2;
    text-align: center;
}

.footer_cen .qr_ .ig_b {
    width: 128px;
    height: 128px;
    border: 1px solid #414141;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
}

.footer_cen .qr_ .ig_b img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_cen .qr_02 {
    margin-left: 42px;
}

.footer_cen .qr_ p {
    font-size: 14px;
    line-height: 46px;
}

.footer_cen .qr_ a {
    margin-top: 38px;
    display: block;
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background-color: #c6000b;
}

.footer_cen .qr_ a img {
    margin-right: 5px;
}

.footer_bot {
    margin-top: 56px;
}

.footer_bot a {
    color: #a6a6a6;
    font-size: 12px;
    line-height: 60px;
    transition: all .5s;
}

.footer_bot a:hover {
    color: #c6000b;
    transition: all .5s;
}

.footer_bot span {
    display: block;
    width: 2px;
    height: 10px;
    background-color: #a6a6a6;
    margin: 25px 18px;
}

.footer_bot p {
    line-height: 60px;
    margin-left: 35px;
    color: #a6a6a6;
    font-size: 12px;
}

.footer_bot p img {
    margin-right: 8px;
}

.footer .icp p a,
.footer .icp p {
    font-size: 12px;
    color: #5a5a5a;
    transition: all .5s;
}

.footer .icp p a:hover {
    color: #c6000b;
    transition: all .5s;
}

.lj_ ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.lj_ ul li {
    margin: 0 12px;
}

.lj_ ul li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    transition: all .5s;
}

.lj_ ul li a:hover {
    color: #c6000b;
    transition: all .5s;
}



#fixed {
    position: fixed;
    right: 0;
    bottom: 20%;
    transition: all .5s;
    z-index: 100;
}

#fixed ul {
    display: flex;
    flex-direction: column;
}

#fixed ul li {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    cursor: pointer;
    transition: all .5s;
}

#fixed ul .qr {
    position: relative;
}

#fixed ul .qr>img {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#fixed ul li>p,
#fixed ul li>a {
    float: left;
}

#fixed ul li>p .bai,
#fixed ul li>a .bai {
    display: none;
}

#fixed ul #toTop p {
    float: none;
    text-align: center;
    padding: 4px;
    color: #848484;
}

#fixed ul li b {
    display: none;
    color: #f1bfc2;
    line-height: 50px;
}


#fixed ul:hover li {
    width: 180px;
    background-color: #c6000b;
    border: 1px solid #c6000b;
    transition: all .5s;
}

#fixed ul:hover .qr {
    height: 180px;
}

#fixed ul:hover .qr>img {
    display: block;
}

#fixed ul:hover a>img,
#fixed ul:hover p>img {
    display: none;
}

#fixed ul:hover a .bai,
#fixed ul:hover p .bai {
    display: block;
}

#fixed ul:hover li b {
    display: block;
}

#fixed ul:hover #toTop p {
    color: #f1bfc2;
    line-height: 40px;
    text-align: center;
}

/* 内页 */

/* header ul li>a {
    position: relative;
} */
header ul li {
    position: relative;
}

/* header .n_ {
    width: 100%;
    height: 240px;
    position: absolute; 
    top: -100%;
    left: 50%;
    margin-left: -50%;
    overflow: hidden;
} */

header .n_a {
    display: none;
    position: absolute;
    left: -30%;
    width: 160%;
    z-index: 10;
    background-color: #fff;
    /* width: 1920px;
    background: url(../esimg/nav-02.png) no-repeat;
    position: absolute; 
    top: -100%;
    left: 50%;
    margin-left: -960px;
    z-index: 10;
    align-items: center;
    overflow: hidden;
    opacity: 0; */
}

/* header .n_hz {
    background: url(../esimg/nav-03.png) no-repeat;
}

header .n_news {
    background: url(../esimg/nav-04.png) no-repeat;
}

header .n_abo {
    background: url(../esimg/nav-05.png) no-repeat;
}

header .n_gk {
    background: url(../esimg/nav-06.png) no-repeat;
} */

header .n_a a {
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    transition: all .3s;
    color: #000;
}

/* header ul li:hover .n_ {
    top: 140px;
    transition: all .5s;
}

header ul li:hover .n_a {
    top: 0;
    display: flex;
    opacity: 1;
    transition: all .5s;
}

header .n_a>img {
    display: block;
} */

/* header .n_a .n_b {
    height: 240px;
    padding: 60px 50px;
    display: flex;
    align-items: center;
} */

header .n_a .n_b a {
    display: block;
    transition: all .3s;
}

header .n_a a:hover {
    background-color: rgba(0, 0, 0, .5);
    /* background-image: linear-gradient(to top, #f6d5d7 0%, #faeaeb 15%, #fdf7f7 25%, #fff 40%, #fff 100%); */
    transition: all .3s;
}

/* header .n_a .n_b h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-right: 40px;
} */

/* 修改 */
header .n_a .n_b .ul_b {
    width: 700px;
}

header .n_a .n_b .ul_b a {
    float: left;
    display: block;
    width: 210px;
    margin: 0 5px;
}

header .n_a .n_b .ul_c a {
    width: 150px;
    margin: 0 5px;
}

header .n_a .n_b .ul_b a {
    display: block;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
}

header .n_03 .n_b h4 {
    margin-right: 90px;
}

header .n_a .n_b .ul_b .n_active,
header .n_a .n_b .ul_b a:hover {
    color: #c6000b;
}


.n-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.n-banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n-banner .search {
    width: 1400px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.n-banner .search p {
    float: left;
    color: #fff;
    line-height: 80px;
}

.n-banner .search a {
    display: block;
    float: left;
    color: #f4f6fa;
    line-height: 80px;
    margin: 0 18px;
    transition: all .8s;
}

.n-banner .search a:hover {
    color: #c6000b;
    transition: all .8s;
}

.n_bread a {
    margin: 0 5px;
}

.n_bread span {
    display: block;
    line-height: 40px;
    margin: 0 5px;
}

.n_title {
    margin-top: 22px;
}

.n_nav {
    margin-top: 60px;
    margin-bottom: 50px;
}

.service_ba {
    background-image: linear-gradient(to top, #f6f6f7, #fbfbfc, #fff);
    padding-bottom: 28px;
}

.service .lis_ {
    width: 300px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    background-color: #fff;
    margin-bottom: 54px;
    margin-right: 66px;
    border-radius: 6px;
    transition: all .8s;
    padding-top: 45px;
}

.service .lis_04 {
    margin-right: 0;
}

.service .lis_ i {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 26px 0;
}

.service .lis_ .rz {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #f7f8f9;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all .5s;
}

.service .lis_:hover .rz {
    color: #fff;
    background-color: #c6000b;
    transition: all .5s;
}

.service .lis_:hover {
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .1);
    transition: all .8s;
}

/* .service_02 {
    margin-top: 48px;
}

.service_02 .service .lis_ {
    width: 240px;
    height: 290px;
    padding-top: 38px;
    margin-right: 50px;
}

.service_02 .service .lis_ i {
    margin: 20px 0;
}

.service_02 .service .lis_0 {
    margin-right: 0;
} */

.n_sw2 {
    margin: 0 auto;
    margin-top: 48px;
}

.n_kh {
    background: url(../esimg/n_back01.png) no-repeat;
    padding-top: 68px;
    padding-bottom: 38px;
}

.n_kh .title_2 a,
.n_kh .title_1 b,
.n_kh .title_1 p {
    color: #fff;
}

.n_kh .title_2 a:hover {
    color: #c6000b;
}

.n_kh .title_a {
    margin-top: 0;
}

.n_kh .cooperate ul li {
    margin-bottom: 30px;
}

.n_title02 {
    margin-top: 40px;
}

.n_title03 {
    margin-top: 0;
}

.n_title04 {
    margin-top: 30px;
}

.n_flow02 ul {
    margin-top: 24px;
}

.n_gl {
    background-image: linear-gradient(to bottom, #fff9f9 5%, #fff9fa 10%, #fffafa 15%, #fffcfc 20%, #fff);
    margin-top: 36px;
    border-radius: 18px;
    padding: 36px 55px 52px;
    border: 1px solid #f7eeee;
    position: relative;
}

.n_gl01 {
    padding-bottom: 160px;
}

.n_gl02 {
    padding-bottom: 92px;

}

.n_gl03 {
    padding-bottom: 150px;
}

.n_gl04 {
    padding-bottom: 80px;
}

.n_gl05 {
    padding-bottom: 66px;
}

.n_gl06 {
    padding-bottom: 72px;
}

.n_gl07 {
    padding-bottom: 100px;
}

.n_gl08 {
    padding-bottom: 60px;
}

.n_gl .n_glig {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.n_gl .n_b01 .lis_ b {
    display: block;
    font-size: 20px;
    line-height: 65px;
}

.n_gl .n_b01 .lis_>b>span {
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #c6000b;
    margin-right: 12px;
}


.n_gl .n_b01 .n_text {
    width: 1075px;
}

.n_gl .n_b01 p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.n_gl .n_b01 .n_bl {
    display: block;
}

.n_gl .n_p1 {
    margin-bottom: 16px;
}

.n_gl .n_lin {
    width: 100%;
    height: 1px;
    background-color: #f9f1f1;
    margin-top: 56px;
    margin-bottom: 40px;
}

.n_gl .n_b01 p span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    margin-right: 12px;
    margin-left: 2px;
    float: left;
    margin-top: 10px;
}

.n_gl .n_b02 {
    margin-top: 42px;
}

.n_gl .bt {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 54px;
    right: 64px;
    z-index: 2;
}

.n_gl .bt a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #c6000b;
    border-radius: 20px;
    text-align: center;
    color: #c6000b;
}

.n_gl .n_ig {
    position: absolute;
    top: 35px;
    right: 35px;
}

.n_gl .bt .yy {
    background-color: #c6000b;
    color: #fff;
    margin-left: 36px;
}

.n_gl .n_b03 {
    margin-top: 24px;
}



.n_gl .n_b01 .n_t01 {
    position: relative;
    /* left: -55px; */
    z-index: 2;
}

.n_gl .n_b01 .n_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.n_gl .n_b01>img.pc_ {
    display: block;
    margin: 0 auto;
}

.n_gl .n_b01 .n_ul .n_li {
    width: 180px;
    height: 270px;
    border-radius: 6px;
    border: 1px solid #c4ecd6;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f4fff9;
    padding-top: 15px;
    z-index: 10;
}

.n_gl .n_b01 .n_li h5 {
    width: 100%;
    line-height: 50px;
    border-radius: 6px;
    background-color: #48b07c;
    color: #fff;
    margin-top: 20px;
}

.n_gl .n_b01 .n_li h6 {
    width: 100%;
    line-height: 50px;
    border-radius: 6px;
    background-color: #d6f3e3;
    color: #3a9f6c;
    margin-bottom: 20px;
}

.n_gl .n_b01 table tr {
    text-align: center;
    line-height: 42px;
}

.n_gl .n_b01 table th {
    font-size: 12px;
}

.n_gl .n_b01 table td {
    font-size: 12px;
    color: #666;
}

.n_gl .n_b01 table,
.n_gl .n_b01 table th,
.n_gl .n_b01 table td {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}

.n_gl table tr .t_one {
    width: 12%;
}

.n_gl table tr .t_two {
    width: 58%;
}

.n_gl table tr .t_three {
    width: 8%;
}

.n_gl table tr .t_four {
    width: 14%;
}

.n_gl .n_lin01 {
    margin-top: 110px;
}

.n_gl strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.n_gl .gl_m {
    width: 700px;
    display: flex;
    justify-content: space-between;
}

.n_gl .n_text .gl_p3 {
    position: relative;
    z-index: 2;
}

.n_gl .gl_p3 p {
    margin-bottom: 24px;
}

.n_gl .gl_p3 p b {
    display: block;
    font-weight: bold;
    color: #222;
    margin-right: 20px;
}

.n_gl .gl_p3 p b i {
    color: #c6000b;
}

.n_gl .n_b01 .gl_g07 {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}

.n_gl .n_b01 .gl_g07 strong {
    margin-right: 26px;
}

.n_gl .n_b01 .lis_01>b>span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #c6000b;
    background-color: #fff;
}

.n_gl .n_b04 {
    align-items: baseline;
}

.n_gl .n_b05 {
    margin-top: 40px;
}

.hz_logo {
    margin-top: 40px;
}

.hz_logo .hz_l {
    float: left;
    margin-right: 50px;
    text-align: center;
    margin-bottom: 22px;
}

.hz_logo .hz_l0 {
    margin-right: 0;
}

.hz_logo .hz_l .lo_box {
    width: 240px;
    height: 108px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

.hz_logo .hz_l .lo_box img {
    display: block;
    border-radius: 12px;
}

.hz_logo .hz_l p {
    font-size: 14px;
    line-height: 50px;
}

.hz_line {
    width: 100%;
    height: 1px;
    background-color: #f2f3f5;
    margin-top: 64px;
}

.hz_line01 {
    margin-top: 30px;
}

.hz_line02 {
    margin-top: 48px;
}

.hz_box02 {
    margin-top: 40px;
}

.hz_box02 .hz_0 {
    width: 430px;
    height: 408px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 30px;
    transition: all .8s;
    margin-right: 55px;
    margin-bottom: 50px;
}

.hz_box02 .hz_01 {
    margin-right: 0;
}

.hz_box02 .hz_0:hover {
    background-color: #c6000b;
    transition: all .8s;
}

.hz_box02 .hz_0 .ig {
    display: block;
    width: 370px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
}

.hz_box02 .hz_0 .ig img {
    width: 100%;
    transition: all .8s;
}

.hz_box02 .hz_0:hover .ig img {
    transform: scale(1.1);
    transition: all .8s;
}

.hz_box02 .hz_0 .tex {
    font-size: 16px;
    line-height: 56px;
    transition: all .5s;
}

.hz_box02 .hz_0:hover .tex {
    color: #fff;
    transition: all .5s;
}

.hz_box02 .hz_0>p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hz_box02 .hz_0:hover>p {
    color: #fff;
    opacity: .7;
}

.hz_box02 .hz_0 .dz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.hz_box02 .hz_0 .dz a img {
    display: block;
}

.hz_box02 .hz_0:hover .dz img,
.hz_box02 .hz_0 .dz .red {
    display: none;
}

.hz_box02 .hz_0:hover .dz .red {
    display: block;
}

.hz_box02 .hz_0:hover .dz i {
    color: #fff;
    opacity: .6;
}

.ns_ ul {
    display: flex;
}

.ns_ ul li {
    margin-left: 20px;
}

.ns_ ul li a {
    display: block;
    width: 140px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
}

.ns_ ul .active a,
.ns_ ul li:hover a {
    background-color: #c6000b;
    color: #fff;
}

.news_ {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    margin-top: 45px;
    display: flex;
}

.news_>a {
    display: block;
    width: 650px;
    height: 293px;
    overflow: hidden;
    border-radius: 12px;
}

.news_>a img {
    display: block;
    width: 100%;
    border-radius: 12px;
    transition: all .8s;
}

.news_>a img:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.news_ .ne_fr {
    flex: 1;
    padding-top: 54px;
    padding-left: 65px;
    padding-right: 45px;
}

.news_ .ne_top .date {
    text-align: center;
    float: left;
}

.news_ .ne_top .date b {
    display: block;
    font: bold 40px/1 'Arial';
    color: #999;
}

.news_ .ne_top .date i {
    display: block;
    font: 300 12px/1 'Arial';
    color: #999;
}

.news_ .ne_top>span {
    display: block;
    width: 1px;
    height: 45px;
    background-color: #e4e4e4;
    float: left;
    margin: 4px 30px 0;
}

.news_ .ne_top>a {
    font-size: 20px;
    line-height: 30px;
    transition: all .5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news_:hover .ne_top>a {
    color: #c6000b;
    transition: all .5s;
}

.news_ .ne_top>p {
    margin-left: 106px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.news_ .ne_top>.xw_a {
    margin-left: 106px;
    display: flex;
    margin-top: 20px;
}

.news_ .ne_top>.xw_a .tex {
    color: #999;
    line-height: 30px;
    margin-right: 30px;
    transition: all .5s;
}

.news_ .ne_top>.xw_a .tex:hover {
    color: #c6000b;
    transition: all .5s;
}

.news_:hover .ne_top>.xw_a img,
.news_ .ne_top>.xw_a .red {
    display: none;
}

.news_:hover .ne_top>.xw_a .red {
    display: block;
}

.news_ul {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 44px 56px;
    margin-top: 40px;
    transition: all .5s;
    height: 180px;
}

.news_ul:hover {
    background-color: #c6000b;
    transition: all .5s;
}

.news_ul .date {
    float: left;
}

.news_ul .date b {
    display: block;
    font: bold 40px/1 'Arial';
    color: #999;
}

.news_ul .date i {
    display: block;
    font: 300 12px/1 'Arial';
    color: #999;
}

.news_ul>span {
    display: block;
    width: 1px;
    height: 45px;
    background-color: #e4e4e4;
    float: left;
    margin: 4px 30px 0;
    transition: all .5s;
}

.news_ul:hover>span {
    background-color: #fff;
    opacity: .6;
    transition: all .5s;
}

.news_ul .new_text {
    float: left;
}

.news_ul .new_text a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    transition: all .5s;
}

.news_ul:hover .new_text a,
.news_ul:hover .date b {
    color: #fff;
}

.news_ul .new_text p {
    width: 1075px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.news_ul:hover .date i,
.news_ul:hover .new_text p {
    color: #fff;
    opacity: .6;
}

.news_ul .new_jt {
    float: right;
    margin-top: 30px;
}

.news_ul:hover .new_jt img,
.news_ul .new_jt .red {
    display: none;
}

.news_ul:hover .new_jt .red {
    display: block;
}

.feny {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.feny li {
    width: 36px;
    height: 36px;
    text-align: center;
    /* background-color: #fff; */
    border: 1px solid #eaeaea;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .5s;
}

.feny .active,
.feny li:hover {
    transition: all .5s;
    background-color: #c6000b;
    color: #fff;
}

.feny li:first-child,
.feny li:last-child {
    width: 75px;
}

.feny li span {
    display: block;
    font: 300 16px/36px 'Rany';
    line-height: 36px;
    height: 36px;
}

.feny li span a {
    font-size: 12px;
    color: #9c9ca3;
}

.feny li:hover,
.feny li:hover span a,
.feny .active span a {
    color: #fff;
}

.back_color {
    background-color: #f9f9f9;
}

.jies {
    margin: 0 auto;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 50px;
    padding: 48px 40px 32px;
}

.jies h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}

.jies .new_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jies .new_title i {
    color: #999;
}

.jies .new_title .new_zh {
    margin: 0 95px;
}

.jies .new_title .new_icon {
    display: flex;
    align-items: center;
}

.jies .new_line {
    width: 100%;
    height: 1px;
    background-color: #ededed;
    margin-top: 27px;
    margin-bottom: 40px;
}

.jies>p {
    color: #5b5b5b;
    line-height: 30px;
    text-indent: 28px;
    padding: 0 20px;
}

.jies p>img {
    display: block;
    margin: 0 auto;
}

.jies>p strong {
    font-weight: bold;
}

.jies p>b {
    display: block;
    /* margin-left: 48px; */
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 56px;
    margin-top: 20px;
}

.jies .n_ig03 {
    margin-top: 52px;
}

.jies .new_line02 {
    margin: 40px 0;
}

.jies .n_fan .n_fl p {
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 26px;
}

.jies .n_fan .n_fr a,
.jies .n_fan .n_fl a {
    display: block;
}

.jies .n_fan .n_fl a {
    display: block;
    color: #666;
    transition: all .5s;
}

.jies .n_fan .n_fl a:hover {
    color: #c6000b;
    transition: all .5s;
}

.jies .n_fan .n_fr a {
    width: 178px;
    height: 48px;
    line-height: 48px;
    color: #666;
    border: 1px solid #ececec;
    border-radius: 24px;
    text-align: center;
    transition: all .5s;
}

.jies .n_fan .n_fr a:hover {
    background-color: #c6000b;
    color: #fff;
    transition: all .5s;
}

.gk_ {
    margin-top: 40px;
}

.gk_box {
    width: 685px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 0 30px;
    transition: all .5s;
    margin-bottom: 30px;
}

.gk_box:hover {
    background-color: #c6000b;
    transition: all .5s;
}

.gk_box .gk_fl {
    display: flex;
    align-items: center;
}

.gk_box p {
    font-size: 18px;
    margin-left: 15px;
    transition: all .5s;
}

.gk_box>i {
    transition: all .5s;
}

.gk_box:hover>i {
    color: #fff;
    transition: all .5s;
}

.gk_box:hover p {
    color: #fff;
    transition: all .5s;
}

.gk_box:hover .ig img,
.gk_box .ig .red {
    display: none;
}

.gk_box:hover .ig .red {
    display: block;
}

.gk_xz {
    background-color: #f9f9f9;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    transition: all .5s;
    margin-bottom: 30px;
}

.gk_xz:hover {
    background-color: #c6000b;
    transition: all .5s;
}

.gk_xz .g_01 span {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #bbb;
    margin-right: 12px;
    transition: all .5s;
}

.gk_xz:hover .g_01 span {
    background-color: #fff;
    transition: all .5s;
}

.gk_xz .g_01 p {
    font-size: 16px;
    transition: all .5s;
}

.gk_xz:hover .g_01 p {
    color: #fff;
    transition: all .5s;
}

.gk_xz .g_02 {
    display: flex;
    align-items: center;
}

.gk_xz .g_02 i {
    color: #999;
    margin-right: 50px;
    transition: all .5s;
}

.gk_xz:hover .g_02 i {
    color: #fff;
    opacity: .6;
    transition: all .5s;
}

.gk_xz:hover .g_02 img,
.gk_xz .g_02 .red {
    display: none;
}

.gk_xz:hover .g_02 .red {
    display: block;
}

.feny01 {
    padding-top: 10px;
}

.course_box {
    background: url(../esimg/gyimg01.png) no-repeat center center;
    padding-top: 14px;
}

.course {
    position: relative;
}

.swiper4 {
    width: 100%;
    padding: 62px 50px 85px;
    overflow: hidden;
}

.swiper4 .swiper-slide {
    background-color: #fff;
    padding: 20px 30px 0;
    height: 400px;
    border-radius: 8px;
    transition: all .8s;
}

.swiper4 .swiper-slide:hover {
    box-shadow: 1px 1px 10px 8px rgba(0, 0, 0, .2);
    transition: all .8s;
}

.swiper4 .swiper-slide h4 {
    font: bold 46px/90px 'Arial';
}

.swiper4 .swiper-slide h4 span {
    font-size: 20px;
    margin-left: 10px;
}

.swiper4 .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.course_box .next4,
.course_box .prev4 {
    background-size: 25%;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    border-radius: 50%;
    transition: all .5s;
}

.course_box .prev4 {
    left: -15px;
}

.course_box .next4 {
    right: -15px;
}

.course_box .next4:hover,
.course_box .prev4:hover {
    background-color: #c6000b;
    transition: all .5s;
}

.zuzhi {
    width: 100%;
    overflow: hidden;
}

.zuzhi>img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.qy_back {
    /* 渐变 */
    background-image: linear-gradient(to top, #fafafa 10%, #fbfbfb 30%, #fcfcfc 50%, #fff);
    padding-bottom: 85px;
}

.qywh {
    margin-top: 34px;
}

.qywh .qy_fl {
    width: 400px;
    height: 440px;
    background: url(../esimg/gyimg03.png) no-repeat;
    padding: 60px 40px 0;
    border-radius: 12px;
}

.qywh .qy_fl b {
    display: block;
    font-size: 24px;
    line-height: 36px;
}

.qywh .qy_fl i {
    display: block;
    font: 300 14px/1 'Arial';
    color: #666;
    margin-bottom: 36px;
}

.qywh .qy_fl p {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.qywh .qy_fr {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.qywh .qy_fr .qy_ig .qy_back {
    width: 460px;
    height: 160px;
    background: url(../esimg/gyimg05.png) no-repeat;
    padding: 0 40px;
    border-radius: 8px;
}

.qywh .qy_fr .qy_back b {
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.qywh .qy_fr .qy_back i {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1;
}

.qywh .qy_fr .qy_back p {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}

.zj_back {
    position: relative;
}

.zj_back .zj_ig {
    width: 48%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zj_back .zj_ig img {
    width: 100%;
}

.zjhz {
    display: flex;
    justify-content: space-between;
}

.zjhz .zj_fr,
.zjhz .zj_fl {
    width: 48%;
}

.zjhz .zj_fl {
    margin-top: 38px;
}

.zjhz .zj_fl b {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 8px;
}

.zjhz .zj_fl p {
    font-size: 14px;
    line-height: 26px;
}

.zjhz .zj_fl .num_ {
    display: flex;
    margin-top: 85px;
}

.zjhz .zj_fl .num_ .num_01 {
    position: relative;
    margin-right: 150px;
}

.zjhz .zj_fl .num_ span {
    font: bold 52px/65px 'Arial';
    color: #c6000b;
}

.zjhz .zj_fl .num_ sup {
    font-size: 14px;
    line-height: 1;
    color: #c6000b;
    position: absolute;
    top: 10px;
    right: -20px;
}

.zjhz .zj_fl .num_ sub {
    font-size: 14px;
    line-height: 1;
    color: #c6000b;
    position: absolute;
    top: 35px;
    right: -20px;
}

.zjhz .zj_fl .num_ .num_01 .str {
    font-weight: bold;
    font-size: 20px;
}


.zjhz .zj_fl .num_ p {
    font-size: 14px;
    color: #666;
}

.zjhz .zj_fr a {
    display: block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.zjhz .zj_fr a img {
    width: 100%;
}

.zjhz .zj_fr .zj_red {
    width: 100%;
    background-color: #c6000b;
    padding: 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.zjhz .zj_fr .zj_red b {
    font-size: 18px;
    line-height: 52px;
    color: #fff;
}

.zjhz .zj_fr .zj_red p {
    line-height: 36px;
    display: flex;
    align-items: baseline;
    color: #fff;
}

.zjhz .zj_fr .zj_red p span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f0444d;
    margin-right: 12px;
}

.rrzz {
    margin-top: 40px;
}

.rrzz .rr_box {
    width: 620px;
}

.rrzz .rr_box b {
    font: bold 20px/1 'Arial';
    margin-right: 85px;
    float: left;
    margin-top: 85px;
    line-height: 40px;
}

.rrzz .rr_box p {
    width: 280px;
    font-size: 20px;
    color: #666;
    float: left;
    margin-top: 85px;
    line-height: 40px;
}

.rrzz .rr_box img {
    float: right;
}

.rrzz .rr_line {
    width: 100%;
    height: 2px;
    background-color: #f5f6f8;
    margin: 40px 0;
}

.g_flow h4 {
    margin-top: 77px;
}

.bz_back {
    background: url(../esimg/qy-img01.png) no-repeat center bottom;
    padding-bottom: 74px;
}

.bzfw h4 {
    text-align: center;
    font-size: 24px;
    color: #c6000b;
    font-weight: bold;
    line-height: 1;
    margin-top: 28px;
    margin-bottom: 17px;
}

.bzfw>span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #eaeaea;
    margin: 0 auto;
}

.bz_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 27px;
}

.bz_box .bz_b {
    width: 400px;
    height: 290px;
    border: 1px solid #fdcfd2;
    border-radius: 12px;
    padding: 25px 32px;
    margin-bottom: 50px;
    background-image: linear-gradient(to bottom, #fff9f9 5%, #fffafa 10%, #fffefe 20%, #fff);
    overflow: hidden;
}

.bz_box .bz_b02 {
    margin: 0 100px;
}

.bz_box .bz_b03 {
    margin-right: 100px;
}

.bz_box .bz_b h5 {
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
}

.bz_box .bz_b h5 span {
    color: #c6000b;
}

.bz_box .bz_b .bz_l {
    width: 100%;
    height: 1px;
    background-color: #fee9ea;
    margin-top: 12px;
    margin-bottom: 20px;
}

.bz_box .bz_b>p {
    color: #666;
    line-height: 24px;
    display: flex;
    align-items: center
}

.bz_box .bz_b01>p {
    line-height: 32px;
}

.bz_box .bz_b>p span {
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #c6000b;
    border-radius: 50%;
    margin-right: 12px;
}

.bzfw .bz_g {
    display: flex;
}

.bzfw .bz_g>span {
    display: block;
    width: 4px;
    height: 20px;
    background-color: #c6000b;
    margin-top: 4px;
    margin-right: 12px;
}

.bzfw .bz_g p {
    font-size: 20px;
    line-height: 28px;
}

.bzfw .bz_g p span {
    color: #c6000b;
}

.map {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 40px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.lxwm {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.lxwm .lx_fl {
    background-color: #f9f9f9;
    display: flex;
    width: 920px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 52px 0 52px 80px;
}

.lxwm .lx_fr {
    flex: 1;
    background: url(../esimg/lx-img02.png) no-repeat;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 52px 80px 52px 70px;
}

.lxwm .lxfl_01>b {
    display: block;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    color: #c6000b;
}

.lxwm .lxfl_01>i {
    display: block;
    line-height: 1;
    color: #999;
}

.lxwm .lx_fr .lxfr_>span,
.lxwm .lxfl_02>span,
.lxwm .lxfl_01>span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #d9d9d9;
    margin-top: 22px;
    margin-bottom: 22px;
}

.lxwm .lxfl_01>p {
    color: #333;
    line-height: 48px;
}

.lxwm .lxfl_01>p span {
    color: #999;
}

.lxwm .lxfl_02 {
    margin-left: 150px;
}

.lxwm .lxfl_02 b {
    display: block;
    font-size: 16px;
    line-height: 38px;
}

.lxwm .lxfl_02>span {
    margin-top: 36px;
    margin-bottom: 30px;
}

.lxwm .lxfl_02 .lx_qr {
    display: flex;
    align-items: center;
}

.lxwm .lxfl_02 .lx_qr01 {
    margin-bottom: 30px;
}

.lxwm .lxfl_02 .lx_qr img {
    display: block;
    margin-right: 25px;
}

.lxwm .lx_fr .lxfr_ h5 {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.lxwm .lx_fr .lxfr_>b {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.lxwm .lx_fr .lxfr_>span {
    margin-top: 54px;
    margin-bottom: 30px;
}

.lxwm .lx_fr .lxfr_>p {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.lxwm .lx_fr .lxfr_ strong {
    display: block;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 48px;
    color: #fff;
}

.tel_ {
    display: none;
}


@media (min-width:1400px) {

    #sjkx,
    .main {
        width: 1400px;
    }

    /*网站地图*/
    .wzdt2 {
        width: 1200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .wzdt_a {
        border: solid 2px #e5e5e5;
        margin-top: 22px;
    }

    .wzdt_a h6 {
        width: 1144px;
        margin: 0 auto;
        border-bottom: 1px solid #f2f2f2;
        margin-top: 5px;
    }

    .wzdt_a h6 a {
        font-size: 16px;
        color: #505050;
        font-weight: bold;
        line-height: 45px;
    }

    .wzdt_a p {
        margin: 0 25px;
    }

    .wzdt_a p a {
        color: #505050;
        line-height: 42px;
        margin-right: 15px;
    }

    .wzdt_a p a:hover {
        color: #0665d0
    }

    /*404*/
    .fzfbox {
        width: 100%;
        margin: 0 auto;
        background: #f9f9f9;
        padding: 100px 30px;
        margin-bottom: -30px;
    }

    .fzf1 {
        width: 1011px;
        margin: 20px auto;
    }

    .fzf1 img {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 p {
        font-size: 36px;
        color: #434343;
        text-align: center;
        line-height: 50px;
    }

    .fzf2-1 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2-1 p {
        font-size: 26px;
        color: #434343;
        text-align: center;
        line-height: 50px;
    }

    .fzf2-1 p span {
        color: #333;
    }

    .fzf3 {
        width: 430px;
        margin: 20px auto;
        margin-top: 40px;
    }

    .fzf3z {
        float: left;
    }

    .fzf3z img {
        width: 100%;
        margin: 0 auto;
    }

    .fzf3y {
        float: right;
    }

    .fzf3y img {
        width: 100%;
        margin: 0 auto;
    }

    /*404*/

}

@media screen and (min-width:1000px) and (max-width:1399px) {
    .banner .swiper1 .swiper-slide img {
        width: 1400px;
        margin-left: -700px;
    }

    #sjkx,
    .main {
        width: 90%;
    }

    /*网站地图*/
    .wzdt2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .wzdt_a {
        border: solid 2px #e5e5e5;
        margin-top: 22px;
    }

    .wzdt_a h6 {
        width: 95%;
        margin: 0 auto;
        border-bottom: 1px solid #f2f2f2;
        margin-top: 5px;
    }

    .wzdt_a h6 a {
        font-size: 16px;
        color: #505050;
        font-weight: bold;
        line-height: 45px;
    }

    .wzdt_a p {
        margin: 0 25px;
    }

    .wzdt_a p a {
        color: #505050;
        line-height: 42px;
        margin-right: 15px;
    }

    .wzdt_a p a:hover {
        color: #0665d0
    }

    /*网站地图*/
    /*404*/
    .fzfbox {
        width: 100%;
        margin: 0 auto;
        background: #f9f9f9;
        padding: 30px;
        margin-bottom: 20px;
    }

    .fzf1 {
        width: 90%;
        margin: 15px auto;
    }

    .fzf1 img {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 p {
        font-size: 18px;
        color: #434343;
        text-align: center;
        line-height: 30px;
    }

    .fzf2-1 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2-1 p {
        font-size: 16px;
        color: #434343;
        text-align: center;
        line-height: 30px;
    }

    .fzf2-1 p span {
        color: #333;
    }

    .fzf3 {
        width: 310px;
        margin: 30px auto;
    }

    .fzf3z {
        float: left;
    }

    .fzf3z img {
        width: 100%;
        margin: 0 auto;
    }

    .fzf3y {
        float: right;
    }

    .fzf3y img {
        width: 100%;
        margin: 0 auto;
    }

    /*404*/


    header ul li>a {
        padding: 0 8px;
        font-size: 14px;
    }

    header ul .logo {
        width: 150px;
    }

    header ul .logo .logo_y {
        width: 150px;
        height: 150px;
        top: -125px;
    }

    header ul .logo a img {
        width: 100%;
        margin-top: 30px;
    }

    nav ul {
        width: 100%;
    }

    nav ul li {
        width: 150px;
    }

    .sw_2 {
        width: 90%;
        margin: 0 auto;
    }

    .team ul li {
        width: 25%;
        height: 270px;
        padding: 20px;
    }

    .team ul li p {
        line-height: 1.2;
        height: 36px;
        margin-top: 20px;
    }

    .team ul li img {
        width: 100%;
    }

    .team ul li>a {
        width: 80%;
        height: 100px;
    }

    .team ul li>a img {
        width: 100%;
    }

    .flow {
        width: 100%;
    }

    .cooperate ul .coo_fr {
        margin-right: 30px;
    }

    .about .ab_fr a {
        width: 100%;
    }

    .about .ab_fl>h6 {
        margin-top: 10px;
    }

    .about_back ul {
        bottom: 5%;
    }

    .news .title_a ul li p {
        width: 100px;
    }

    .news .title_a ul {
        margin-right: 120px;
    }

    .news_box .new_befer {
        width: 40%;
        height: 370px;
        position: relative;
    }

    .news_box li {
        width: 28%;
    }

    .news_box li>a {
        width: 100%;
        height: 190px;
    }

    .news_box .new_befer::after {
        position: absolute;
        bottom: 0;
    }

    .new_l .new_s p {
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .make .make_fl {
        width: 50%;
    }

    .make .make_fl img {
        width: 100%;
    }

    .make_fr .inp input {
        width: 240px;
    }

    .make_fr .inp_radio label {
        margin-right: 40px;
    }

    .make_fr .inp_yzm p {
        margin-right: 0;
    }

    .make_fr .inp_yzm input {
        width: 130px;
    }

    .make_fr .inp_yzm button {
        width: 140px;
    }

    .footer_cen .qr_02 {
        margin-left: 30px;
    }

    .footer_bot {
        margin-top: 40px;
    }

    .lj_ ul li {
        margin: 0 5px;
    }

    .service .lis_ {
        margin-right: 30px;
        width: 280px;
        height: 330px;
        padding-top: 35px;
    }

    .service .lis_04 {
        margin-right: 30px;
    }

    .service .lis_05 {
        margin-right: 0;
    }

    .n-banner .search {
        width: 90%;
    }

    header .n_a {
        /* width: 1400px;
        left: 50%;
        margin-left: -700px; */
    }

    header .n_a>img {
        margin-left: -18%;
    }

    header .n_a .n_b {
        padding: 60px 20px;
    }

    header .n_a .n_b h4 {
        margin-right: 20px;
        font-size: 16px;
    }

    header .n_a .n_b .ul_b {
        width: 535px;
    }

    header .n_a .n_b .ul_b a {
        width: 165px;
        font-size: 12px;
    }

    header .n_a .n_b .ul_c a {
        width: 120px;
        font-size: 12px;
    }

    .n_gl .n_b01 .n_text {
        width: 70%;
    }

    .n_gl .n_lin {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .n_kh {
        background-size: 100% 100%;
    }

    .n_gl .n_b01 .n_t01 img {
        width: 100%;
    }

    .n_gl .n_b01 .n_ul .n_li {
        width: 140px;
    }

    .n_gl .n_b01>img {
        width: 100%;
        margin-left: 0;
    }

    .n_gl .n_b01 table {
        position: relative;
        z-index: 10;
    }

    .n_gl05 {
        padding-bottom: 140px;
    }

    .cultivate img {
        width: 1400px;
        margin-left: -700px;
    }

    .n_gl .gl_m {
        width: 70%;
        position: relative;
        z-index: 10;
    }

    .n_gl .n_text .gl_m {
        width: 100%;
    }

    .n_gl07 {
        padding-bottom: 130px;
    }

    .n_gl .n_b04 .n_gc {
        width: 46%;
    }

    .hz_logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hz_logo .hz_l0 {
        margin-right: 50px;
    }

    .hz_box02 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .hz_box02.clearfix::after {
        display: none;
    }

    .hz_box02 .hz_0 {
        margin-right: 0;
        width: 300px;
        height: 380px;
    }

    .hz_box02 .hz_0 .ig {
        width: 100%;
        height: 150px;
    }

    .news_>a {
        width: 40%;
    }

    .news_>a img {
        height: 100%;
        object-fit: cover;
    }

    .news_ .ne_fr {
        padding: 40px 30px;
    }

    .news_ .ne_top>p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .news_ .ne_top>.xw_a {
        margin-top: 40px;
    }

    .news_ul .new_text {
        width: 80%;
    }

    .news_ul .new_text p {
        width: 100%;
    }

    .jies .n_ig03 {
        width: 100%;
        overflow: hidden;
    }

    .jies .n_ig03 img {
        width: 100%;
    }

    .qywh .qy_fl {
        width: 30%;
        height: 350px;
    }

    .qywh .qy_fr {
        width: 68%;
        height: 350px;
    }

    .qywh .qy_fr .gy_ab1 img {
        width: 100%;
    }

    .qywh .qy_fr .qy_ig .qy_back {
        width: 46%;
        padding: 0 30px;
        background-size: 100% 100%;
    }

    .zjhz .zj_fl .num_ {
        margin-top: 20px;
    }

    .zj_back .zj_ig {
        width: 50%;
    }

    .zj_back .zj_ig img {
        width: 100%;
    }

    .zuzhi>img {
        width: 1400px;
        margin-left: -700px;
    }

    .swiper4 .swiper-slide {
        padding: 0 20px;
        height: 370px;
    }

    .swiper4 .swiper-slide p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .rrzz .rr_box {
        width: 48%;
    }

    .rrzz .rr_box b {
        margin-right: 20px;
    }

    .rrzz .rr_box p {
        width: 48%;
        font-size: 16px;
        line-height: 30px;
    }

    .bz_box .bz_b {
        width: 30%;
    }

    .bz_box .bz_b02 {
        margin: 0 5%;
    }

    .bz_box .bz_b>p {
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .lxwm .lx_fl {
        width: 65%;
        padding: 40px 30px;
        justify-content: space-between;
        height: 490px;
    }

    .lxwm .lxfl_01 {
        width: 60%;
    }

    .lxwm .lxfl_01>b {
        font-size: 20px;
    }

    .lxwm .lx_fr {
        height: 490px;
        background-size: 100% 100%;
        padding: 40px 30px;
    }

    .lxwm .lxfl_02 {
        width: 38%;
        margin-left: 0;
    }

    .gk_box {
        width: 48%;
    }


}

@media screen and (min-width:1151px) and (max-width:1399px) {
    .footer_cen .footer_u {
        margin-right: 4%;
    }
}

@media screen and (min-width:1000px) and (max-width:1150px) {
    .footer_cen .footer_u {
        margin-right: 10px;
    }
}

@media(max-width:999px) {

    #sjkx,
    .main {
        width: 90%;
    }

    #fixed ul,
    .pc_ {
        display: none;
    }

    .tel_ {
        display: block;
    }

    /*网站地图*/
    .wzdt2 {
        width: 96%;
        margin: 0 auto;
        margin-top: 110px;
        margin-bottom: 20px;
    }

    .wzdt_a {
        border: solid 2px #e5e5e5;
        margin-top: 22px;
    }

    .wzdt_a h6 {
        width: 96%;
        margin: 0 auto;
        border-bottom: 1px solid #f2f2f2;
        margin-top: 5px;
    }

    .wzdt_a h6 a {
        font-size: 16px;
        color: #505050;
        font-weight: bold;
        line-height: 45px;
    }

    .wzdt_a p {
        margin: 0 25px;
    }

    .wzdt_a p a {
        color: #505050;
        line-height: 42px;
        margin-right: 15px;
    }

    .wzdt_a p a:hover {
        color: #0665d0
    }

    /*网站地图*/
    /*404*/
    .fzfbox {
        width: 100%;
        margin: 0 auto;
        background: #f9f9f9;
        padding: 30px;
        margin-bottom: 20px;
        margin-top: 100px;
    }

    .fzf1 {
        width: 90%;
        margin: 15px auto;
    }

    .fzf1 img {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 p {
        font-size: 18px;
        color: #434343;
        text-align: center;
        line-height: 30px;
    }

    .fzf2-1 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2-1 p {
        font-size: 16px;
        color: #434343;
        text-align: center;
        line-height: 30px;
    }

    .fzf2-1 p span {
        color: #333;
    }

    .fzf3 {
        width: 310px;
        margin: 30px auto;
    }

    .fzf3z {
        float: left;
    }

    .fzf3z img {
        width: 100%;
        margin: 0 auto;
    }

    .fzf3y {
        float: right;
    }

    .fzf3y img {
        width: 100%;
        margin: 0 auto;
    }

    /*404*/
    header {
        height: 90px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(255, 255, 255, .8);
    }

    header .tel_01 {
        height: 90px;
        padding: 0 3%;
        display: flex;
    }

    header .tel_01 .na_le {
        width: 80%;
        justify-content: flex-start;
    }

    header .tel_01 .tel_logo {
        width: auto;
    }

    header .tel_01 .tel_logo img {
        width: 80%;
    }

    header .tel_01 .tel_icon01 {
        margin-right: 2%;
        margin-left: 3%;
    }

    header .tel_01 .na_le p {
        font-size: .8rem;
        font-weight: bold;
        color: #c6000b;
    }

    header .tel_01 .na_le p i {
        font-size: .6rem;
        color: #999;
        margin-right: 10px;
    }

    header .tel_01 .tel_bt img {
        width: 30px;
    }

    .tel_01 .huakuai {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        right: -100%;
        transition: all .5s;
        width: 100vw;
        height: 100vh;
        z-index: 1000;

    }

    .tel_01 .huakuai .right {
        width: 90%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        padding-top: 80px;
        position: relative;
    }


    .tel_01 .huakuai .right .guanbi {
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
    }

    .tel_01 .right .on {
        line-height: 60px;
    }

    .tel_01 .right .on a {
        font: 18px/60px '微软雅黑';
        padding-left: 3vw;
    }

    .tel_01 .right .active>a,
    .tel_01 .right .on:hover>a {
        display: block;
        width: 100%;
        line-height: 60px;
        background-color: #eee;
        color: #c6000b;
        font-weight: bold;
    }

    .tel_01 .right ul {
        display: none;
    }

    .tel_01 .right .active ul {
        display: block;
        height: auto;
    }

    .tel_01 .right .active ul li {
        height: 60px;
    }

    .tel_01 .right .active ul li a {
        display: block;
        line-height: 60px;
        padding-left: 30px;
    }


    .tel_01 .right .active ul li a:hover {
        background-color: #eee;
        color: #c6000b;
        font-weight: bold;
    }

    .tel_01 .right .active ul .h_active a {
        background-color: #eee;
        color: #c6000b;
    }

    .banner .swiper11 {
        position: relative;
    }

    .banner .swiper11 .swiper-slide img {
        width: 100%;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 35%;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .banner .swiper11 .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .bread a {
        font-size: .6rem;
        margin: 0 1%;
    }

    .title_1 p {
        font-size: .8rem;
        line-height: 36px;
    }

    .title_1 b {
        font-size: .75rem;
        line-height: 1.2;
    }

    .title_a {
        margin-top: 30px;
        align-items: center;
    }

    nav>ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    nav>ul li {
        width: 30%;
        height: 30px;
        border-radius: 15px;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    nav>ul li a {
        font-size: .6rem;
        line-height: 30px;
    }


    .banner {
        margin-top: 90px;
    }

    .back {
        padding-bottom: 20px;
    }

    .arrow1 {
        flex-wrap: wrap;
    }

    .arrow1 .arr_t {
        background-color: #fff;
        width: 48%;
        padding: 4%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        margin-bottom: 35px;
        transition: all .8s;
    }

    .arrow1 .arr_t:hover {
        box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .1);
        transition: all .8s;
    }


    .arrow1 .arr_t>a {
        width: 80%;
        text-align: center;
    }

    .arrow1 .arr_t>a img {
        width: 100%;
    }

    .arrow1 .arr_t>.rz {
        width: 70%;
        line-height: 24px;
        font-size: .6rem;
        padding: 2%;
        border-radius: 15px;
        background-color: #c6000b;
        color: #fff;
    }

    .arrow1 .arr_t i {
        font-size: .8rem;
        line-height: 1.2;
        margin: 10px 0;
        text-align: center;
    }

    .title_a .title_1 {
        width: 70%;
    }

    .team>ul {
        flex-wrap: wrap;
    }

    .team>ul li {
        width: 50%;
        height: 54vw;
        padding: 5%;
    }

    .team ul li>a {
        width: 80%;
        height: 22vw;
    }

    .team>ul li .team_top {}

    .team>ul li .team_top b {
        font-size: 1rem;
    }

    .team>ul li .team_top strong {
        font-size: 1.1rem;
    }

    .team ul li p {
        font-size: .6rem;
        line-height: 1.1;
        margin-top: 3vw;
    }

    .team ul li img {
        width: 100%;
    }

    .flow_tel {
        width: 100%;
    }

    .flow_tel img {
        width: 100%;
    }

    .cultivate_tel img {
        width: 100%;
    }

    .cooperate ul li {
        width: 30%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cooperate ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about_back {
        padding-top: 0;
        background: none;
        background-image: linear-gradient(to top, #f2f3f5 10%, #f3f4f6 30%, #f8f8fa 50%, #fcfcfd 70%, #fff);
        /* padding-bottom: 120px; */
    }

    .about_back .about {
        display: block;
    }

    .about .ab_fl {
        width: 100%;
    }

    .about .ab_fl>h6 {
        text-align: center;
        font-size: 1rem;
        line-height: 30px;
        margin-top: 20px;
    }

    .about .ab_fl>p {
        text-align: center;
        font-size: .9rem;
    }

    .about .ab_fl .num_ {
        justify-content: space-around;
    }

    .ab_fl .num_ .num_01 span {
        font-size: 3rem;
    }

    .about .ab_fr {
        width: 100%;
    }

    .about .ab_fr a {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-top: 20px;
    }

    .about_back ul {
        border-radius: 0;
        bottom: 40px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .about_back ul li {
        flex-direction: column;
    }

    .about_back ul li img {
        width: 40%;
        margin-right: 0;
    }

    .about_back ul li b {
        font-size: 1rem;
    }

    .title_1 b span {
        font-size: .6rem;
    }

    .book .swiper3 .swiper-slide img {
        width: 60%;
    }

    .book .swiper3 .swiper-slide i {
        font-size: .6rem;
        line-height: 1.2;
        text-align: center;
        margin: 15px 0;
    }

    .book .prev2 {
        left: 40%;
        top: 112%;
    }

    .book .next2 {
        right: 40%;
        top: 112%;
    }

    .book .swiper3 {
        margin-bottom: 80px;
    }

    .news {
        padding-bottom: 65px;
        padding-top: 30px;
    }

    .news .title_a ul {
        width: 100%;
        bottom: -50px;
        margin-right: 0;
    }

    .news .title_a ul li {
        margin: 0 5px;
        width: 30%;
    }

    .news .title_a ul li p {
        width: 100%;
        line-height: 30px;
    }

    .news_box {
        margin-top: 40px;
    }

    .swiper15,
    .swiper14,
    .swiper13 {
        overflow: hidden;
        padding-left: 15px;
        position: relative;
        z-index: 10;
    }

    .swiper13 .swiper-slide>a {
        width: 100%;
    }

    .swiper15 .swiper-slide>a img,
    .swiper14 .swiper-slide>a img,
    .swiper13 .swiper-slide>a img {
        width: 100%;
    }

    .news_box .new_befer {
        border-radius: 12px;
    }

    .news_box .new_befer::after {
        display: none;
    }

    .news_box .new_befer b {
        font-size: 1rem;
        padding: 0 10px;
    }

    .news_box .new_befer p {
        padding: 0 10px;
        font-size: .8rem;
    }

    .news_box .news_date {
        padding: 0 10px;
        padding-bottom: 20px;
    }

    .make {
        padding-bottom: 50px;
    }

    .make_fr {
        width: 100%;
    }

    .make_fr .inp {
        width: 48%;
    }

    .make_fr .inp input {
        width: 100%;
    }

    .make_fr .inp_radio {
        width: 100%;
    }

    .make_fr .inp_radio label {
        margin-right: 1%;
    }

    .make_fr .inp_radio p {
        margin-right: 2%;
    }

    .make_fr .inp_yzm {
        width: 100%;
    }

    .make_fr .inp_yzm input {
        width: 40%;
    }

    .make_fr .inp_yzm p {
        margin-right: 0;
    }

    .make_fr form button {
        width: 180px;
        height: 40px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        background-color: #c6000b;
        border: none;
        border-radius: 20px;
        cursor: pointer;
    }

    .tel_text {
        margin-right: 0;
        width: 45%;
    }

    .make_fr .inp_radio input[type='radio']+label::before {
        margin-right: 5px;
    }

    .footer {
        padding-bottom: 20px;
        margin-bottom: 80px;
    }

    .footer .tel_logo02 {
        display: block;
        width: 160px;
    }

    .footer .tel_logo02 img {
        width: 100%;
    }

    .footer .footer_top {
        align-items: flex-start;
    }

    .tel_text b {
        font-size: 1rem;
    }

    .footer_cen .footer_c p {
        color: #bfc0c2;
        line-height: 1;
        font-size: .6rem;
        margin: 15px 0;
    }

    .footer_cen .footer_co {
        width: 45%;
    }

    .footer_cen .qr_box {
        max-width: 100px;
        height: 100px;
        text-align: center;
    }

    .footer_cen .qr_box img {
        width: 100%;
    }

    .footer_cen .qr_box p {
        color: #bfc0c2;
        line-height: 1.2;
        font-size: .6rem;
        margin: 15px 0;
    }

    .icp p a,
    .icp p {
        color: #5a5a5a;
    }

    .icp p {
        margin: 10px 0;
    }

    .fixed_nav {
        width: 100%;
        height: 80px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    .fixed_nav ul {
        justify-content: space-around;
        height: 100%;
        background-color: #fff;
    }

    .fixed_nav ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
    }

    .fixed_nav ul li>.ic {
        width: 30px;
    }

    .fixed_nav ul li>.ic img {
        width: 100%;
    }

    .fixed_nav ul li>.tx {
        margin: 5px 0;
    }

    .fixed_nav ul li:hover>.tx,
    .fixed_nav ul .active>.tx {
        color: #c6000b;
    }

    .fixed_nav ul li .ic .red,
    .fixed_nav ul .active .ic img {
        display: none;
    }

    .fixed_nav ul .active .ic .red {
        display: block;
    }

    @keyframes bounce_a {

        0%,
        20%,
        53%,
        80%,
        100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        40%,
        43% {
            -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
        }

        70% {
            -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
        }

        90% {
            -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
        }
    }

    .bounce_a {
        -webkit-animation-name: bounce_a;
        animation-name: bounce_a;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .fixed_nav .fix_tel {
        width: 49px;
        position: absolute;
        left: calc(50% - 25px);
        top: -22px;
        animation: bounce_a 2s infinite;
    }

    .fixed_nav .fix_tel a {
        display: block;
        width: 50px;
        height: 50px;
    }

    .fixed_nav .fix_tel a img {
        width: 100%;
    }

    .n_nav {
        margin-top: 0;
    }

    .n_nav {
        margin-bottom: 0;
    }

    .service {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service .lis_ {
        width: 48%;
        height: auto;
        margin-right: 0;
        padding: 4%;
        margin-bottom: 20px;
    }

    .service .lis_>a {
        width: 80%;
        text-align: center;
    }

    .service .lis_>a img {
        width: 100%;
    }

    .service .lis_ i {
        font-size: .8rem;
        line-height: 1.2;
        margin: 10px 0;
        text-align: center;
    }

    .service .lis_ .rz {
        width: 70%;
        line-height: 24px;
        font-size: .6rem;
        padding: 2%;
        border-radius: 15px;
    }

    .news .tel_news {
        flex-direction: column;
    }

    .news .news_active .new_l {
        width: 100%;
        height: auto;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .new_l .new_s p {
        font-size: .8rem;
        line-height: 1.3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .news .news_active .new_l .new_s {
        width: 48%;
        padding: 3%;
        height: 100px;
    }

    .new_l .new_s ._date {
        bottom: 10%;
        padding: 0 5%;
    }

    .tel_title {
        margin-top: 100px;
    }

    .tel_title .title_img p {
        font-size: 1rem;
        line-height: 1;
    }

    .n_gl {
        padding: 5%;
        padding-bottom: 30%;
        margin-top: 20px;
    }

    .n_gl .n_ig {
        width: 30%;
        height: 30%;
        top: 20px;
        right: 20px;
    }

    .n_gl .n_ig img {
        width: 100%;
    }

    .n_gl .n_b01 .lis_ b {
        font-size: .8rem;
        line-height: 3;
    }

    .n_gl .n_b01 .n_text {
        width: 100%;
    }

    .n_gl .n_lin {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .n_gl .n_b01 .lis_>b>span {
        height: 10px;
    }

    .n_gl .n_b01 p {
        font-size: .9rem;
    }

    .n_gl .n_b02 {
        margin-top: 30px;
    }

    .n_gl .bt {
        right: 50%;
        bottom: 40px;
        transform: translateX(50%);
    }

    .n_gl .bt a {
        width: 100px;
    }

    .n_kh {
        padding-top: 40px;
        background-size: 100% 100%;
    }

    .n_kh .cooperate ul li {
        border: none;
    }

    .sw_2 {
        width: 100%;
    }

    .n_sw2 {
        margin-top: 10px;
    }

    .sw_2 .swiper-slide {
        height: 240px;
        padding: 4%;
        text-align: center;
    }

    .sw_2 .swiper-slide a {
        display: block;
        width: 60%;
        text-align: center;
    }

    .sw_2 .swiper-slide a img {
        width: 100%;
    }

    .make_fr {
        margin-top: 30px;
    }

    .n_gl .n_b01 .n_t01 img {
        width: 100%;
        margin-top: 10px;
    }

    .n_gl .n_b01 .n_ul {
        display: none;
    }

    .n_gl .n_b01 .tel_img06 img {
        width: 100%;
        margin-top: 10px;
    }

    .team {
        margin-top: 20px;
    }

    .n_gl .n_b01>img.pc_ {
        display: none;
    }

    .n_gl .n_b01 img {
        width: 100%;
    }

    .n_gl table tr .t_one {
        width: 20%;
    }

    .n_gl table tr .t_two {
        width: 50%;
    }

    .n_gl table tr .t_three {
        width: 10%;
    }

    .n_gl table tr .t_four {
        width: 20%;
    }

    .n_gl .n_b01 table td {
        line-height: 2;
        padding: 2%;
    }

    .cultivate img {
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-top: 30px;
    }

    .n_gl .gl_m {
        width: 100%;
        flex-direction: column;
    }

    .n_gl .n_b06 {
        flex-direction: column;
    }

    .hz_logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hz_logo .hz_l {
        margin-right: 0;
        width: 48%;
    }

    .hz_logo .hz_l .lo_box {
        width: 100%;
        height: auto;
    }

    .hz_logo .hz_l p {
        width: 100%;
    }

    .hz_logo .hz_l .lo_box img {
        width: 100%;
    }

    .hz_box02 .hz_0 {
        width: 100%;
        height: auto;
    }

    .hz_box02 .hz_0 .ig {
        width: 100%;
        height: auto;
    }

    .news_ {
        flex-direction: column;
    }

    .news_>a {
        width: 100%;
        height: auto;
    }

    .news_ .ne_fr {
        padding: 30px;
    }

    .news_ .ne_top>p {
        font-size: .8rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .news_ .ne_top>.xw_a {
        margin-top: 30px;
        justify-content: space-between;
        margin-left: 0;
    }

    .news_ul {
        padding: 30px;
        position: relative;
        height: 290px;
    }

    .news_ul .new_jt {
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .news_ul .new_text p,
    .news_ul .new_text {
        width: 100%;
    }

    .news_ul .new_text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .news_ .ne_top>a {
        font-size: 1rem;
        line-height: 1.2;
    }

    .news_ul .new_text a {
        margin-top: 20px;
        font-size: 1rem;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .feny {
        width: 90%;
    }

    .feny li {
        margin: 0 2px;
    }

    .feny li span a {
        font-size: .8rem;
        line-height: 36px;
        display: block;
        height: 36px;
    }

    .back_color {
        padding-top: 20px;
    }

    .jies {
        margin-top: 20px;
        padding: 20px;
    }

    .jies h5 {
        font-size: 1rem;
    }

    .jies .new_title {
        flex-wrap: wrap;
    }

    .jies .new_title .new_zh {
        margin: 0 5px;
    }

    .jies .new_line {
        margin: 20px 0;
    }

    .jies p>img {
        width: 100%;
    }

    .jies p>b {
        line-height: 1.2;
        margin: 10px 0 10px 0;
    }

    .jies .n_ig03 {
        margin-top: 20px;
    }

    .jies .n_ig03 img {
        width: 100%;
    }

    .jies .n_fan {
        flex-direction: column;
    }

    .zjhz {
        flex-direction: column;
    }

    .zjhz .zj_fr,
    .zjhz .zj_fl {
        width: 100%;
    }

    .zjhz .zj_fl {
        margin-top: 20px;
    }

    .zjhz .zj_fl .num_ {
        margin-top: 20px;
        justify-content: space-around;
    }

    .zjhz .zj_fl .num_ .num_01 {
        margin-right: 0;
    }

    .zj_back .zj_ig {
        display: none;
    }

    .qy_back {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .qywh {
        flex-direction: column;
        margin-top: 20px;
    }

    .qywh .qy_fl p {
        font-size: .9rem;
    }

    .qywh .qy_nfl img {
        width: 100%;
    }

    .qywh .qy_fr {
        width: 100%;
        height: auto;
    }

    .qywh .qy_fr .gy_ab1 img {
        width: 100%;
        margin-top: 30px;
    }

    .qywh .qy_fr .qy_ig {
        flex-direction: column;
    }

    .qywh .qy_fr .qy_ig .qy_back {
        width: 100%;
        background-size: 100% 100%;
        margin-top: 20px;
    }

    .qywh .qy_fr .qy_ig .qy_back>img {
        width: 40px;
    }

    .qywh .qy_fl b {
        font-size: 1.2rem;
    }

    .qywh .qy_fr .qy_back b {
        font-size: 1rem;
    }

    .qywh .qy_fr .qy_back p {
        font-size: .8rem;
        line-height: 1.5;
    }

    .course_box {
        padding-bottom: 30px;
    }

    .course {
        width: 95%;
        margin-left: 5%;
    }

    .swiper4 {
        padding: 0 0;
        margin-top: 20px;
    }

    .swiper4 .swiper-slide {
        padding: 10px 20px;
        height: 320px;
    }

    .swiper4 .swiper-slide h4 {
        font-size: 1rem;
        line-height: 1;
        margin: 10px 0;
    }

    .swiper4 .swiper-slide h4 span {
        font-size: .8rem;
    }

    .course_box .next4,
    .course_box .prev4 {
        display: none;
    }

    .zuzhi {
        margin-bottom: 30px;
    }

    .zuzhi>img {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .rrzz {
        margin-top: 20px;
    }

    .rrzz .rr_box {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .rrzz .rr_box b {
        margin-top: 0;
        margin-right: 0;
        width: 10%;
    }

    .rrzz .rr_box p {
        margin-top: 0;
        width: 58%;
        line-height: 1.2;
        margin: 10px 0;
        font-size: .9rem;
    }

    .rrzz .rr_box>img {
        width: 30%;
    }

    .rrzz .rr_line {
        display: none;
    }

    .bz_box .bz_b {
        width: 100%;
        height: auto;
    }

    .bz_box .bz_b>p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .bz_box .bz_b02 {
        margin: 0 0;
        margin-bottom: 50px;
    }

    .bz_box .bz_b03 {
        margin-right: 0;
    }

    .bz_box .bz_b>p span {
        display: inline-block;
    }

    .bzfw .bz_g p {
        font-size: .8rem;
    }

    .lxwm {
        flex-direction: column;
    }

    .lxwm .lx_fl {
        width: 100%;
        padding: 10%;
        flex-direction: column;
        border-bottom-left-radius: 0;
        border-top-right-radius: 12px;
    }

    .lxwm .lxfl_01>b {
        font-size: 1rem;
    }

    .lxwm .lxfl_01>i {
        font-size: .9rem;
    }

    .lxwm .lxfl_01>p {
        line-height: 30px;
        font-size: .8rem;
    }

    .lxwm .lxfl_02 {
        margin-left: 0;
        margin-top: 10px;
    }

    .lxwm .lxfl_02 b {
        line-height: 3;
        font-size: .8rem;
    }

    .lxwm .lxfl_02>span {
        margin: 10px 0;
    }

    .lxwm .lx_fr {
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        padding: 10%;
    }

    .lxwm .lx_fr .lxfr_ strong,
    .lxwm .lx_fr .lxfr_>p,
    .lxwm .lx_fr .lxfr_ h5 {
        font-size: .8rem;
    }

    .lxwm .lx_fr .lxfr_ strong {
        margin-bottom: 20px;
    }

    .lxwm .lx_fr .lxfr_>span {
        margin: 10px 0;
    }

    .lxwm .lx_fr .lxfr_>b {
        font-size: 1rem;
    }

    .gk_box {
        width: 100%;
    }

    .gk_box p {
        font-size: .8rem;
    }

    .gk_xz .g_01 span {
        display: none;
    }


    .gk_xz .g_02 i {
        margin-right: 10px;
    }

    .gk_xz {
        padding: 20px;
        height: auto;
    }

    .gk_xz .g_01 p {
        font-size: .8rem;
        margin-right: 10px;
    }

    .gk_xz .g_02 i {
        display: none;
    }

    .footer .tel_foline {
        width: 90%;
        height: 1px;
        background-color: rgba(255, 255, 255, .2);
        margin: 20px 0;
        margin-left: 5%;
    }

    .hz_line {
        margin-top: 30px;
    }

}

@media screen and (min-width:600px) and (max-width:999px) {

    .cooperate ul li {
        width: 30%;
        height: 100px;
    }

}

@media screen and (min-width:350px) and (max-width:599px) {

    .cooperate ul li {
        height: 50px;
    }
}